home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / menu / 4file2u4.zip / TV.DOC < prev   
Text File  |  1992-03-16  |  4KB  |  80 lines

  1. ===============================================================================
  2.   Tiny Viewer is a public domain program.  This copy was supplied with 4FILES,
  3.   and was obtained from the shareware distribution of DOSREF by Dave Williams.
  4.  
  5.   I have found TV to be useful with 4FILES because the display uses all 
  6.   rows on a 25-row screen, and it shows text in whatever text colors are setup 
  7.   in 4FILES.  Buerg's LIST or the 4DOS internal LIST command may be more to 
  8.   your liking however, since they have a "find" feature, which TV lacks.  
  9.  
  10.   Neither of the LISTs will display with a dark grey background, which is what
  11.   I like; TV handles it fine.  One thing you may miss in TV is an indication of
  12.   what line you are on (but hey, it's free!).  Since the browser is the first
  13.   item on the 4FILES configuration menu and since 4FILES no longer needs a full
  14.   filespec for utility ports (it now searches the PATH), switching between LIST 
  15.   and TV.COM takes only moments, and you may use the change session-only if you
  16.   wish.
  17.  
  18.   TV will operate only in 80x25 video text modes.
  19.  
  20.   The original documentation follows:
  21. ===============================================================================
  22.  
  23.                   ╒══════════════════════════════════════╕
  24.                   │ TinyView (TV) Doc File - Version 1.0 │
  25.                   ╘══════════════════════════════════════╛
  26.  
  27.     Welcome to TinyView (called TV from here on)!  This program is the best
  28.     text file viewer your ever going to see.  It's tiny (958 bytes), it can
  29.     view ANY size text file,  it displays lines up to 1024 characters wide,
  30.     and it uses all 25 lines of your display.   How does TV do all of this?
  31.     Through the magic of assembler.   This  program is written in 100% pure
  32.     assembly language for the smallest, fastest program possible.  When you
  33.     want to view a file you type:
  34.  
  35.     TV filename.ext  (Paths and drive letters are fully supported)
  36.  
  37.  
  38.    ┌───────────────┐
  39.    │ HOW TO USE TV │
  40.    └───────────────┘
  41.     After  TV  loads  your file you will be presented with a FULL screen of
  42.     data WITHOUT any kind of status  line to clutter up your display.   How
  43.     do you go up and down through the file you ask?   You use the keys that
  44.     would make the most sense, of course!  The keys that TV uses are:
  45.  
  46.     PgUp - Go up 1 page
  47.     PgDn - Go down 1 page
  48.     Home - Go to the top of the file
  49.     End  - Go to the end of the file
  50.         - Move up one line
  51.         - Move down one line
  52.     ->   - Move screen right 10 columns
  53.     <-   - Move screen back to left margin
  54.     ESC  - Quit TV and exit to DOS
  55.  
  56.  
  57.    ┌────────────────┐
  58.    │ HIDDEN GOODIES │
  59.    └────────────────┘
  60.     Just because TV is small doesn't mean it's not potent.   (Have  any  of
  61.     you  ladies  heard  a  guy say that lately?).   TV filters and properly
  62.     displays ALL 256 characters from the IBM character set.   Who cares you
  63.     say?   You would if TV  didn't  do  that.    You  see,  some of the IBM
  64.     character set can produce "strange"  results  if  your  viewer  doesn't
  65.     properly  handle  the character.   Try using TV on a file that contains
  66.     the ASCII character number 9 (TAB), 10 (line feed), or a 12 (form feed)
  67.     and see what happens.   Now, use your file viewer and see what happens.
  68.     That's when you'll really appreciate the "hidden goodies" of TV!
  69.  
  70.  
  71.    ┌─────────────┐
  72.    │ FINAL NOTES │
  73.    └─────────────┘
  74.     One final note:  TV is to be considered a Public Domain program.   What
  75.     does  that  mean?    It  means that you can freely give this program to
  76.     anyone who wants a copy.   As a  matter of fact I encourage you to give
  77.     this program to everyone, whether or not they want it (grin)!  The only
  78.     stipulation to this offer is this:  you must include  the  file  TV.DOC
  79.     with evey copy of TV.COM that you give away.  Not too tough, huh?
  80.